From: Gert Wollny Date: Thu, 9 Aug 2018 19:28:59 +0000 (+0200) Subject: d/p/03: Update DIC install destination X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~200 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=aaf898ea76d0508cacb7fce34863ed5c28dbc995;p=dcmtk.git d/p/03: Update DIC install destination --- diff --git a/debian/patches/03_datadic_install.patch b/debian/patches/03_datadic_install.patch index 072d5dea..43eac54f 100644 --- a/debian/patches/03_datadic_install.patch +++ b/debian/patches/03_datadic_install.patch @@ -35,7 +35,7 @@ Author: Mathieu Malaterre @@ -1,5 +1,8 @@ # declare installation files -INSTALL(FILES dicom.dic acrnema.dic private.dic diconde.dic dcm2xml.dtd dumppat.txt SC.dump VLP.dump DESTINATION "${CMAKE_INSTALL_DATADIR}/dcmtk" COMPONENT data) -+SET(DCMTK_INSTALL_DATDIR "share/dcmtk12") ++SET(DCMTK_INSTALL_DATDIR "share/dcmtk${DCMTK_ABI_VERSION}") + +INSTALL(FILES dcm2xml.dtd dumppat.txt SC.dump VLP.dump DESTINATION ${DCMTK_INSTALL_DATDIR} COMPONENT data) +INSTALL(FILES dicom.dic acrnema.dic private.dic diconde.dic DESTINATION ${DCMTK_INSTALL_DATDIC} COMPONENT data)